home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000244_fdc@columbia.edu_Sat Jan 25 15:33:04 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  32 lines

  1. Article: 14036 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Launching k95 2.1.3
  6. Date: 25 Jan 2003 15:30:57 -0500
  7. Organization: Columbia University
  8. Lines: 15
  9. Message-ID: <b0us61$cee$1@watsol.cc.columbia.edu>
  10. References: <8ce22d01.0301251014.5ea6982d@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1043526705 26995 128.59.39.139 (25 Jan 2003 20:31:45 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 25 Jan 2003 20:31:45 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14036
  16.  
  17. In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
  18. Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
  19. : I connect to a number of remote and local systems using K95, some with
  20. : dialup, others telnet, and some ssh. Each connection is supported by
  21. : it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
  22. : significant increase in the number of frame resizings from initial
  23. : launch to the final sizing by the connection script. I'm wondering if
  24. : there is a way to disguise these changes in order to present a
  25. : somewhat more professional appearance to customers who are often
  26. : watching over my shoulder.
  27. :
  28. One way might be to start it --minimize'd and the restore it at the
  29. appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
  30.  
  31. - Frank
  32.